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.html

13 lines
209 B
HTML

{% extends "base.html" %}
{% load combo %}
{% block title %}{{ page.title }}{% endblock %}
{% block menu %}
{% show_menu %}
{% endblock %}
{% block content %}
{% placeholder "content" %}
{% endblock %}