summaryrefslogtreecommitdiff
path: root/main/templates/main_index.html.j2
blob: 084e6cfe6754bcca01447dae104166e9234baa7e (plain)
1
2
3
4
5
6
{% extends "main_base.html.j2" %}
{% block content %}
<h1>Welcome to my website!</h1>
<h3>My name is Wazul!</h3>
<p>This page is work in progress. Meanwhile, check my stuff on the navbar at the top and on the sidebar to the right!</p>
{% endblock %}