{# /** * @file * Default theme implementation to navigate YAML form submission. * * Available variables: * - prev_url: URL to the previous YAML form submission. * - next_url: URL to the next YAML form submission. * - yamlform_id: The YAML form ID. Provided for context. * * @see template_preprocess_yamlform_submission_navigation() * * @ingroup themeable */ #} {% if prev_url or next_url %} {% endif %}