dynamicweb/ungleich/templates/cms/ungleichch/blog_ungleich.html
M.Ravi b3cdbbcae2 Move placeholder to blog_ungleich
This was the cause why the structure/content switch was not available on the blog page
2018-07-11 18:51:16 +02:00

5 lines
123 B
HTML

{% extends "base_ungleich.html" %}
{% load cms_tags %}
{% block base_content %}
{% placeholder "default" %}
{% endblock %}