1 2 3 4 5 6 7 8
{% extends 'root.twig' %} {% block body %} <div class="wrap"> {{ message }} <a href="javascript:history.back()">Back</a> </div> {% endblock %}