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