mirror of
https://github.com/avitex/avitex.github.io
synced 2024-11-16 09:29:57 +00:00
12 lines
396 B
HTML
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 %} |