{% for node in site.pages %} {% if page.url == node.url %}
{{node.title}}
{% else %}
{{node.title}}
{% endif %} {% endfor %}
{{ content }}