1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/templates/index.html
2020-04-12 03:22:25 +10:00

12 lines
396 B
HTML

{% extends "root.html" %}
{% import "macros.html" as macros %}
{% block title %}{{ config.description }} - {{ config.title }}{% endblock %}
{% block body %}
<main class="home-page">
<img src="/brain-256px.png" alt="avitex logo" />
<div class="inner">
<h1>avitex</h1>
{% include "partials/site-nav.html" %}
</div>
</main>
{% endblock body %}