{% extends 'internal/base.html' %} {% set title = 'Hello ' + scope %} {% set sticky_banners = g.is_kiosk %} {% set localized = false %} {% set content_lang = 'en' %} {# Two quick examples, note that load_json is a non standard function that should be useful in the prototyping phase (note that the function isn't secure) #} {% block content %}
Hello, {{scope}}!