colossus/views/result/list.twig

8 lines
137 B
Twig
Raw Normal View History

{% extends 'layout.twig' %}
{% block title %}List of Results{% endblock %}
{% block content %}
<p>Results list...</p>
{% endblock %}