{% extends "_base.html" %} {% block title %} {% if term != "" %} {{ term }} {% else %} Start a new Search {% endif %} {% endblock %} {% block searchValue %}{{ term }}{% endblock %} {% block content %} content {% endblock %}