{% set name = '' %} {% set link = '' %} {% extends "base.html" %} {% block content %} {% from 'macro.html' import genurl with context %} {% if articles %} {% if articles_page %} {% set articles = articles_page.object_list %} {% endif %}