summaryrefslogtreecommitdiffhomepage
path: root/template/src/index.html.rb
blob: cefcf6f84f53a344103987b43606b90086b4578b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Paggio.html do
  script type: "text/javascript", src: "script.js"
  link rel: "stylesheet", href: "style.css"
  h1 { "Hello world from Justicar" }
  hr
  h2.paggio do
    'Hello world from Paggio!'
  end
  p.paggio do
    "This part was generated by Paggio in HTML :)"
  end
end