{% extends 'base.html' %} {% block content %} {% if user.is_authenticated %}
News
{% endif %}
{% for shortcut in shortcut_list %}
{% if shortcut.image %} {% endif %}
{% if shortcut.description %}

{{ shortcut.description }}

{% endif %}
{{ shortcut.title }}
{% endfor %}
{% if user.is_authenticated %} {% endif %} {% endblock %}