{% extends "base.html" %} {% block css %} {{ block.super }} {% endblock css%} {% block js_include %} {{ block.super }} {% endblock js_include %} {% block current_app %} {% with current_app_name="XRD Popularity -- Beta version for EOS @ CERN" %} {{ 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 %} {% block jsonref %} {% with "True" as withjsonref %} {{ block.super }} {% endwith %} {% endblock jsonref %}