{% extends 'base.html.twig' %} {% block title %}Find the linux command{% endblock %} {% block body %} <h1>Find the linux command</h1> <div class="container"> <p>The linux command is:</p> <pre> {{ linux_command }} </pre> <div> <a href="{{ path('app_main_index') }}">Go Back</a> </div> </div> {% endblock %}
info at phpclasses dot org