neptune/core/templates/manage/overview.html

10 lines
126 B
HTML
Raw Normal View History

2022-07-21 21:22:20 +00:00
{% extends "base.html" %}
{% block content %}
<div class="block">
<h1> hello</h1>
{{ perms.app }}
</div>
{% endblock %}