Adrianux.net/templates/homepage.j2

9 lines
322 B
Django/Jinja

{% extends "base.j2" %}
{% block title %}Homepage{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<p>This is Adrian's homepage, checkout his running services and their state <a href="monitoring">here</a></p>
<p>Yes, Adrian is refering to himself in the third person.</p>
{% endblock %}