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