9 lines
253 B
HTML
9 lines
253 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
{{ render_partial('partials/page/person.html',
|
|
person=person, selected_exercise_ids=selected_exercise_ids, max_date=max_date,
|
|
min_date=min_date, tags=tags, graph_axis=graph_axis) }}
|
|
|
|
{% endblock %} |