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.
cud-themes/portail-citoyen/portail_citoyen/base_two_rows.html

21 lines
362 B
HTML

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