This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
compte-agglo-montpellier/compte_agglo_montpellier/templates/base_two_columns.html

21 lines
377 B
HTML

{% extends "base.html" %}
{% load cms_tags %}
{% block admin-links %}
{% placeholder "admin-links" %}
{% endblock %}
{% block content %}
<div id="left">
{% block left %}
{% placeholder "left" %}
{% endblock %}
</div>
<div id="right">
{% block right %}
{% placeholder "right" %}
{% endblock %}
</div>
<br style="clear"/>
{% endblock %}