Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation for a system settings form. Chris@0: * Chris@0: * This template will be used when a system config form specifies 'config_form' Chris@0: * as its #theme callback. Otherwise, by default, system config forms will be Chris@0: * themed by form.html.twig. This does not alter the appearance of a form at Chris@0: * all, but is provided as a convenience for themers. Chris@0: * Chris@0: * Available variables: Chris@0: * - form: The confirm form. Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {{ form }}