{% extends "_layouts/cp" %} {% set fullPageForm = true %} {% import "_includes/forms" as forms %} {% block content %} {{ actionInput('globals/save-set') }} {{ redirectInput('settings/globals') }} {% if globalSet.id %}{{ hiddenInput('setId', globalSet.id) }}{% endif %}