You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
437 B
16 lines
437 B
{% extends "aldryn_newsblog/base.html" %}
|
|
{% load i18n cms_tags %}
|
|
|
|
{% block content_safe %}
|
|
|
|
{% if view.show_header %}
|
|
{% render_placeholder view.config.placeholder_base_top %}
|
|
{% endif %}
|
|
<div class="aldryn aldryn-newsblog">
|
|
{% block newsblog_title %}{% endblock %}
|
|
{% block newsblog_content %}{% endblock %}
|
|
{% block newsblog_footer %}{% endblock %}
|
|
</div>
|
|
|
|
|
|
{% endblock content_safe %} |