templates/_includes/lien-masque.html.twig line 1

Open in your IDE?
  1. <form action="{{ path('redirect-me') }}" method="post">
  2.     <input type="hidden" name="target" value="{{ target }}">
  3.     <button type="submit" class="btn text-center">{{ content }}</button>
  4. </form>