2024-05-23 23:48:49 +00:00
|
|
|
{% extends 'default/templates/renderable/renderable.html' %}
|
|
|
|
|
|
|
|
{% block content %}
|
2024-06-15 14:19:08 +00:00
|
|
|
|
2024-10-14 14:54:17 +00:00
|
|
|
{% if content.page and content.offset == 0 %}
|
2024-06-15 14:19:08 +00:00
|
|
|
{{ content.page.render() }}
|
|
|
|
{% endif %}
|
|
|
|
|
2024-05-23 23:48:49 +00:00
|
|
|
{{ content.results.render() }}
|
|
|
|
{% endblock %}
|