{% extends "base.html" %} {% load cms_tags menu_tags %} {% block title %}{% page_attribute "page_title" %}{% endblock title %} {% block content %} {% placeholder "content" %} {% if request.current_page != request.current_page.get_root %} {% static_placeholder 'footer-page-content-'|add:request.current_page.get_root.reverse_id %} {% endif %} {% endblock content %}