atproto-based blog in ruby

raw html element

+2
+2
views/block.haml
··· 5 5 - if @text.empty? 6 6 - else 7 7 %p<>!= haml :paragraph 8 + - when "html" 9 + != section["text"] 8 10 - when "list" 9 11 %ol 10 12 - section["text"].each do |elem|