start-ffhh/_layouts/default.html

23 lines
395 B
HTML
Raw Normal View History

2014-09-02 00:03:54 +02:00
<!DOCTYPE html>
<html>
2014-09-09 19:18:10 +02:00
{% include head.html %}
2014-09-02 00:03:54 +02:00
<body>
{% include header.html %}
2014-09-10 15:53:08 +02:00
<div class="row wrap">
<div class="col-md-8">
{{ content }}
</div>
<div class="col-md-4">
<h2>News</h2>
2014-09-10 16:49:19 +02:00
<ul class="list-unstyled" id="news">
2014-09-10 15:53:08 +02:00
</ul>
</div>
2014-09-02 00:03:54 +02:00
</div>
{% include footer.html %}
</body>
2014-09-09 19:18:10 +02:00
</html>