{% extends "frappe_theme/templates/base.html" %} {% block title %}ERPNext Academy{% endblock %} {% from "templates/includes/media.html" import media %} {% block head_include %} {% endblock %} {% block content %}
{% with quiz = quiz, current_content = current_content, next_content = next_content, course_name = course_name, program=current_program%} {% include "www/lms/templates/includes/" + current_content.content_type.lower() + ".html" %} {% endwith %}
{% endblock %}