{%- extends "cloud/layout.html" -%} {# We are not processing the output of these pages through Jekyll, so we need to set the variables referenced in the includes. #} {% set site = {"baseurl": "/psij-python"} %} {% block scripts %} {% include "../../web/_includes/head.html" %} {{ super() }} {% endblock %} {% block header %} {% include "../../web/_includes/menu.html" %} {{ super() }} {% endblock %} {% block footer %} {{ super() }} {% include "../../web/_includes/footer.html" %} {# Same as above #} {% set page = {"tab": 2} %} {% include "../../web/_includes/vueinit.html" %} {% endblock %} {% block sidebartoggle %} {% endblock %}