This repository has been archived on 2025-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
website/templates/index.html
Rupus Reinefjord a528892ac8 initial commit
2018-01-11 23:54:26 +01:00

13 lines
188 B
HTML

{% extends 'layout.html' %}
{% set active_page = 'index' %}
{% set title = '^_^' %}
{% block body %}
<main>
<h2>Welcome</h2>
<p>... to my fancy webpage!</p>
</main>
{% endblock %}