summaryrefslogtreecommitdiffhomepage
path: root/template/src/articles/crab.pre.rb
blob: e306ae16938cc0ff53278c5cabb382527cb19659 (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["crab.html"] = Paggio.html! do
  h2 do
    "This is an article about CRABS!"
  end
end