{% extends "example_base.html" %}
{% block content %}
<ul>
<li><a href="/admin/">Actix-Admin</a></li>
</ul>
{% endblock content %}