{% extends 'base.j2' %} {% block title %} {{ title }} {% endblock %} {% block content %}
{# CURRENT PATH {{ current_path }} #}
{{ article | safe }}
{% for link in links %} {% if link == current_path %} {% endif %} {% endfor %}
{% endblock %}