{% extends "layout/basic.html" %} {% load thumbnail %} {% load static %} {% load bootstrap4 %} {% block title %}{{ rubric }}{% endblock %} {% block content %}

{{ rubric }}

 
{% bootstrap_form form show_label=False %} {% bootstrap_button content='Искать' button_type='submit' %}
{% if ads %} {% bootstrap_pagination page url=keyword %} {% endif %} {% endblock %}