feat: base template and patch for onboarding
This commit is contained in:
10
lms/templates/lms_base.html
Normal file
10
lms/templates/lms_base.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "templates/base.html" %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{% include "public/icons/symbol-defs.svg" %}
|
||||
{% include "lms/templates/onboarding_header.html" %}
|
||||
{% block page_content %}
|
||||
Hello, world!
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user