mirror of
https://github.com/frappe/lms.git
synced 2026-04-20 23:28:00 +03:00
14 lines
324 B
HTML
14 lines
324 B
HTML
{% extends "templates/base.html" %}
|
|
|
|
{% block meta_block %}
|
|
{% include "templates/includes/meta_block.html" %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% include "public/icons/symbol-defs.svg" %}
|
|
{% include "lms/templates/onboarding_header.html" %}
|
|
{% block page_content %}
|
|
Hello, world!
|
|
{% endblock %}
|
|
{% endblock %}
|