{% extends 'base/base.html' %} {% load static %} {% block title %}{{ article.metadata.title }}{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "base/navbar.html" %} Articles {% if category_data.raw_name is not None %} {{ category_data.name }} {% endif %} {{ article.metadata.title }} {{ article.metadata.title }} Last modified: {{ github_data.last_modified }} {{ article.article|safe }} Contributors {% if github_data.contributors|length %} {% for user, profile_url in github_data.contributors.items %} {{ user }} {% endfor %} {% else %} N/A {% endif %} {% if relevant_links|length > 0 %} Relevant links {% for link, value in relevant_links.items %} {{ value }} {% endfor %} {% endif %} {% endblock %}
Last modified: {{ github_data.last_modified }}
Contributors
N/A
Relevant links