{% extends 'base.html' %}
{% block title %}
Search ยท {{ super() }}
{% endblock title %}
{% block head_description %}
Search results for {{ SITENAME|striptags|e }} blog.
{% endblock head_description %}
{% block script %}
{% if 'assets' in PLUGINS %}
{% include '_includes/minify_tipuesearch.html' with context %}
{% else %}
{% endif %}
{% endblock script %}
{% block content %}
{% endblock content %}