19 lines
No EOL
579 B
HTML
Executable file
19 lines
No EOL
579 B
HTML
Executable file
{% include master/head.html %}
|
|
{% include master/header.html %}
|
|
|
|
<script src="/assets/js/tab-switcher.js"></script>
|
|
|
|
<banner>
|
|
<img src="/assets/images/pexels-francesco-ungaro-13786205.jpg">
|
|
</banner>
|
|
<div class="content">
|
|
<h1 id="for-banner">{{page.title}}</h1>
|
|
<section>
|
|
<h2>Header</h2>
|
|
<p>Lorem ipsum odor amet, consectetuer adipiscing elit. Habitant libero praesent lacinia ante habitasse habitant fringilla purus nam.</p>
|
|
{{content}}
|
|
{% include master/footer.html %}
|
|
</div>
|
|
<style>
|
|
#Downloads {background: var(--theme-light);}
|
|
</style> |