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

12 lines
396 B
HTML
Raw Normal View History

2020-04-11 17:22:25 +00:00
{% extends "root.html" %}
2018-08-22 13:30:07 +00:00
{% import "macros.html" as macros %}
2020-04-11 17:22:25 +00:00
{% 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 %}