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