Added views and routes for benchmarks
This commit is contained in:
17
views/benchmark/view.twig
Normal file
17
views/benchmark/view.twig
Normal file
@ -0,0 +1,17 @@
|
||||
{% extends 'layouts/default.twig' %}
|
||||
|
||||
{% block title %}{{ benchmark.name }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<h2>{{ benchmark.name }}</h2>
|
||||
|
||||
<p>Scoring type: {{ benchmark.scoring }}</p>
|
||||
|
||||
<p>{{ benchmark.description }}</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<p><a href="/benchmark">Back</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user