mirror of
https://github.com/jbcr/core.git
synced 2026-04-25 17:48:07 +02:00
Test setcontent for DBs without json_extract
This commit is contained in:
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 %}
|
||||
|
||||
Reference in New Issue
Block a user