Files
frappe-lms/lms/lms/web_template/lms_statistics/lms_statistics.html
2022-10-21 11:00:37 +05:30

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>