aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/news.html
blob: 80ab471b875bf8934340b11f6324a173502ba098 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
{% include header.html %}
<div id="header">
    <h1>{{ site.title }}</h1>
    <h4><small>node: </small>{{ site.name }}</h4>
</div>
{% include menu.html %}
<h2>{{ page.title }}</h2>
{{ content }}
{% include footer.html %}