2014-12-05 17:27:23 +01:00
|
|
|
doctype html
|
|
|
|
html
|
|
|
|
head
|
|
|
|
title = yield_content :title
|
|
|
|
meta charset="utf-8"
|
|
|
|
meta name="viewport" content="initial-scale=1.0, user-scalable=yes"
|
|
|
|
link rel="stylesheet" media="all" href="/application.css"
|
2014-12-08 17:33:04 +01:00
|
|
|
script type="text/javascript" src="/application.js"
|
2014-12-05 17:27:23 +01:00
|
|
|
body
|
2014-12-05 17:58:52 +01:00
|
|
|
div#main
|
|
|
|
== yield
|