{% extends "base.html" %}
{% block content %}
<div class="block">
<h1> hello</h1>
{{ perms.app }}
</div>
{% endblock %}