Utilities

useBrowserCache#

Ask the browser not to cache a page, useful for pages that change based on time of day.

Add {% set var = value %} above the content block of your page template and the meta tags will be added to the <head>

{% set var = value %}
{% block content %}