Chris@0: {# Chris@0: /** Chris@0: * @file Chris@0: * Default theme implementation for a node edit form. Chris@0: * Chris@0: * Two column template for the node add/edit form. Chris@0: * Chris@0: * This template will be used when a node edit form specifies 'node_edit_form' Chris@0: * as its #theme callback. Otherwise, by default, node add/edit forms will be Chris@0: * themed by form.html.twig. Chris@0: * Chris@0: * Available variables: Chris@0: * - form: The node add/edit form. Chris@0: * Chris@0: * @see seven_form_node_form_alter() Chris@0: * Chris@0: * @ingroup themeable Chris@0: */ Chris@0: #} Chris@0: {{ form }}