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.
montpellier-themes/templates/combo/page_template_two_columns.html

13 lines
216 B
HTML

{% extends "combo/page_template.html" %}
{% load combo %}
{% block content %}
<div id="left">
{% placeholder "left" %}
</div>
<div id="right">
{% placeholder "right" %}
</div>
<br style="clear"/>
{% endblock %}