Skip to content
Snippets Groups Projects
Verified Commit db72ce1d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' of edugit.org:Teckids/BiscuIT/BiscuIT-ng

parents c7c16e29 160ec0b0
No related branches found
No related tags found
No related merge requests found
{# -*- engine:django -*- #}
{% extends "core/base.html" %}
{% load font_awesome %}
{% block content %}
<div class="d-flex justify-content-between">
<div>
<h2>{{ current_head }}</h2>
</div>
<div class="btn-group" role="group" aria-label="URL actions">
<a href="{{ url_prev }}" class="btn btn-secondary">
{% fa 'arrow-left' %}
</a>
<a href="{{ url_next }}" class="btn btn-secondary">
{% fa 'arrow-right' %}
</a>
</div>
</div>
{% block current_content %}
{% endblock %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment