birzha/plugins/rainlab/pages/components/childpages/default.htm

9 lines
232 B
HTML

{% if __SELF__.pages is not empty %}
<ul>
{% for page in __SELF__.pages %}
<li>
<a href="{{ page.url | app }}">{{ page.title }}</a>
</li>
{% endfor %}
</ul>
{% endif %}