Skip to content
Snippets Groups Projects
Unverified Commit 7efa8cea authored by Julian's avatar Julian Committed by magicfelix
Browse files

First draft of coursebook.html page

parent 1591c4df
No related branches found
No related tags found
1 merge request!284Draft: Redesign entering of lesson documentation
{% extends "core/vue_base.html" %}
{% load static i18n %}
{% block page_title %}
{% trans "Coursebook" %}
{{ lesson }}
{% endblock %}
{% block browser_title %}{% trans "Coursebook" %}{{ lesson }}{% endblock %}
{% block content %}
<course-book></course-book>
{% endblock %}
{% block extra_body %}
<script type="module" src="{% static "js/vue/alsijil/LoadComponents.js" %}"></script>
{% endblock %}
\ No newline at end of file
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