mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
18 lines
201 B
HTML
18 lines
201 B
HTML
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include header.html %}
|
|
|
|
<div class="pure-g">
|
|
<div class="pure-u-2-3 container">
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|