<%doc> Template engine: Mako Usage: {{% url %}} where is one of 'xmpp', 'mastodon' or 'peertube' Example: {{% url 'mastodon' }} will show the content of MASTODON_URL defined in GLOBAL_CONTEXT of config.py % if _args[0] == 'xmpp': ${XMPP_URL} % elif _args[0] == 'mastodon': ${MASTODON_URL} % elif _args[0] == 'peertube': ${PEERTUBE_URL} % else: Unknown % endif