{% extends 'base.jinja' %} {% block title %}Formula 10 - {{year}} Season{% endblock title %} {% block navbar_extra %}
{% endblock navbar_extra %} {% block body %} {% if statistic == "p10" %}{% include "season-p10.jinja" %}{% endif %} {% if statistic == "races" %}{% include "season-races.jinja" %}{% endif %} {% if statistic == "drivers" %}{% include "season-drivers.jinja" %}{% endif %} {% if statistic == "constructors" %}{% include "season-constructors.jinja" %}{% endif %} {% endblock body %}