diff --git a/benchmarks/templates/benchmarks/model.html b/benchmarks/templates/benchmarks/model.html index 451be6eee..35b141dea 100644 --- a/benchmarks/templates/benchmarks/model.html +++ b/benchmarks/templates/benchmarks/model.html @@ -1,9 +1,19 @@ -{% extends 'benchmarks/base.html' %} +{% extends "benchmarks/components/app-view.html" %} +{% load static %} -{% block main %} +{% block banner %} +
Here you can both view individual model data as well as download it.
+{% endblock %} + +{% block info_section %} + {% include "benchmarks/leaderboard/info-section.html" %} +{% endblock %} + +{% block content %}