Skip to content
Snippets Groups Projects
Commit 07cbda00 authored by Julian's avatar Julian
Browse files

First draft of coursebook.html page

parent eda2d510
No related branches found
No related tags found
No related merge requests found
Pipeline #73371 failed
{% 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