|
@@ -1,7 +1,9 @@
|
|
{% extends "coderedcms/blocks/base_block.html" %}
|
|
{% extends "coderedcms/blocks/base_block.html" %}
|
|
{% load wagtailcore_tags %}
|
|
{% load wagtailcore_tags %}
|
|
{% block block_render %}
|
|
{% block block_render %}
|
|
|
|
+{% if self.page %}
|
|
{% with page=self.page.specific %}
|
|
{% with page=self.page.specific %}
|
|
{% include page.miniview_template %}
|
|
{% include page.miniview_template %}
|
|
{% endwith %}
|
|
{% endwith %}
|
|
|
|
+{% endif %}
|
|
{% endblock %}
|
|
{% endblock %}
|