1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-07-08 01:14:23 +03:00
raconteur/_layouts/default.html
2015-04-13 17:50:46 -03:00

14 lines
238 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="section content">
<div class="container">
{{ content }}
</div class="container">
</div>
{% include footer.html %}
</body>
</html>