Adrianux.net/templates/homepage.html

8 lines
254 B
HTML

{% extends "base.html" %}
{% block title %}Homepage{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<p>This is Adrian's homepage, checkout my running services and their <a href="monitoring">here</a></p>
{% endblock %}