Test setcontent for DBs without json_extract

This commit is contained in:
Ivo Valchev
2020-08-24 16:00:39 +02:00
committed by Bob den Otter
parent d4e01a2b8a
commit f33ef3ba99
@@ -172,4 +172,14 @@
{% endfor %}
</ul>
</section>
<section id="twelve">
<h1>Twelve</h1>
{% setcontent about = 'blocks/aboout' %}
<ul>
{% if about.title != 'About This Site' %}
<li>no</li>
{% endif %}
</ul>
</section>
{% endblock main %}