{% extends "base.html" %} {% block title %}DataPopularity::POPULARITY{% endblock title %} {% block css %} {{ block.super }} {% endblock css%} {% block js_include %} {{ block.super }} {% endblock js_include %} {% block current_app %} {% with current_app_name="CRAB Popularity" %} {{ block.super }} {% endwith %} {% endblock current_app %} {% block top_nav %} {% endblock top_nav %} {% block subtitle %} {% if subTitlelabel %} {{ block.super }} {% else %} {% with "put subtitle here" as subTitlelabel %} {{ block.super }} {% endwith %} {% endif %} {% endblock subtitle %} {% block caption %} {% if captionlabel %} {{ block.super }} {% else %} {% with "put caption here" as captionlabel %} {{ block.super }} {% endwith %} {% endif %} {% endblock caption %}