<fieldset>
    {% include 'text.twig' with { label: "title", value: title, title_text: __("Title", constant('M_TD') ), class: "widefat" } %}
    {% include 'editor.twig' with { label: "text", value: text, title_text: __("Description", constant('M_TD')), class: "text-text" } %}
</fieldset>

  {% if not key %}
    <strong>

      <a target="_blank" rel="noopener" href="{{ fn.home_url() ~ '/cms/wp-admin/admin.php?page=minotaure_menu'}} ">
        {{  __("Please add your api key", constant('M_TD')) }}
      </a>
    </strong>
  {% endif %}

</section>
