This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Vacy/_layouts/document.html
2022-09-08 00:54:47 -04:00

11 lines
No EOL
297 B
HTML

{% include master/head.html %}
{% include master/header.html %}
<banner>
<img src="/assets/images/Christmas with Friends.png" alt="Christmas with Friend">
</banner>
<div class="content">
<h1 id="for-banner">{{page.title}}</h1>
{{ content }}
{% include master/footer.html %}
</div>