mirror of
https://github.com/frappe/lms.git
synced 2026-04-24 09:28:07 +03:00
16 lines
264 B
HTML
16 lines
264 B
HTML
{% if title %}
|
|
<h2 class="hero-title">
|
|
{{ _(title) }}
|
|
</h2>
|
|
{% endif %}
|
|
|
|
{% if subtitle %}
|
|
<p class="hero-subtitle">
|
|
{{ _(subtitle) }}
|
|
</p>
|
|
{%- endif -%}
|
|
|
|
<div class="mt-12">
|
|
{% include "lms/templates/statistics.html" %}
|
|
</div>
|