summaryrefslogtreecommitdiffhomepage
path: root/template/src/articles/lion.pre.rb
blob: 25871f553e907e4d2fe66e3aa3c71b88cf9ebe24 (plain)
1
2
3
4
5
6
7
8
Justicar::PreProcessor.articles ||= {} # ensure the has exists

# assign the result to a hash to be generated later
Justicar::PreProcessor.articles["lion.html"] = Paggio.html! do
  h2 do
    "This is an article about LIONS!"
  end
end