{% load static %} {% load guardian_tags %} {% comment %} html header {% endcomment %} {% block title %} OpenLink {% endblock %} {% comment %} Our Custom CSS {% endcomment %} {% block custom_css %} {% endblock %} {% comment %} js imports {% endcomment %} {% comment %} jQuery CDN - Slim version (=without AJAX) {% endcomment %} {% comment %} Popper.JS {% endcomment %} {% comment %} Bootstrap JS {% endcomment %} {% comment %} {% endcomment %} {% comment %} Font Awesome JS {% endcomment %} {% include 'nav.html' %} {% for message in messages %} {% endfor %}
{% block content %}{% endblock %}
{% comment %} {% endcomment %}