mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
257 B
16 lines
257 B
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
{% load compilacao_filters %}
|
|
|
|
|
|
{% block title%}
|
|
<h1>{{ view.get_norma }}</h1>
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block base_content %}
|
|
|
|
{% include 'compilacao/template_render_bloco.html'%}
|
|
|
|
{% endblock base_content %}
|