Files
workout/templates/dashboard.html

8 lines
136 B
HTML

{% extends 'base.html' %}
{% block content %}
{{ render_partial('partials/page/dashboard.html',
model=model) }}
{% endblock %}