<form action="{{ path('redirect-me') }}" method="post">
<input type="hidden" name="target" value="{{ target }}">
<button type="submit" class="btn text-center">{{ content }}</button>
</form>