mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-11 14:23:09 +00:00
11 lines
241 B
HTML
11 lines
241 B
HTML
{% extends "cms_page/bootstrap3/base.html" %}
|
|
|
|
{% load cms_tags menu_tags placeholder_tags %}
|
|
|
|
{% block content %}
|
|
{% placeholder page_content %}
|
|
{% endblock %}
|
|
|
|
{% block sidebar-content %}
|
|
{% placeholder page_sidebar %}
|
|
{% endblock %}
|