parent
fe09710193
commit
ac59137687
1 changed files with 2 additions and 1 deletions
@ -1,8 +1,9 @@ |
|||||||
{% extends "base.html" %} |
{% extends "base.html" %} |
||||||
{% load cms_tags %} |
{% load cms_tags menu_tags %} |
||||||
|
|
||||||
{% block title %}{% page_attribute "page_title" %}{% endblock title %} |
{% block title %}{% page_attribute "page_title" %}{% endblock title %} |
||||||
|
|
||||||
{% block content %} |
{% block content %} |
||||||
{% placeholder "content" %} |
{% placeholder "content" %} |
||||||
|
{% static_placeholder 'footer-page-content-'|add:request.current_page.get_root.reverse_id %} |
||||||
{% endblock content %} |
{% endblock content %} |
||||||
|
|||||||
Loading…
Reference in new issue