{% extends "base.html" %} {% load cms_tags %} {% block title %}{{ current_page.get_page_title }} | {{ block.super }}{% endblock title%} {% block hero %}
{% placeholder hero_image %}
{% placeholder hero_content %}
{% endblock hero %} {% block content %} {% placeholder page_content %} {% endblock %}