{% extends 'main.html' %} {% block content %} Useful Links {% for category in links %} {{category}} {% for link in links.get(category) %} {% if link.get('img') is not none %} {% endif %} {{ link.title }} {{ link.description }} {% endfor %} {% endfor %} {% endblock %}
{{ link.description }}