feat: base template and patch for onboarding

This commit is contained in:
Jannat Patel
2022-12-20 13:32:30 +05:30
parent 9e42fdd786
commit da9667e1f7
18 changed files with 82 additions and 92 deletions

View 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 %}