{% extends "default.html" %} {% block content %}

	
{% for marsey, author in marseys %} {% endfor %}
# Name Marsey Author
{{loop.index}} {{marsey}} :{{marsey}}: {% if author in ('anton-d','unknown') %}{{author}}{% else %}@{{author}}'s profile picture{{author}}{% endif %}
{% endblock %}