You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
510 B
Twig

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title> {{page_title|e('html')}}</title>
{% block stylesheets %}
<link href="{{ asset('/css/style.css') }}" type="text/css" rel="stylesheet" />
{% endblock %}
</head>
<body>
<h1>{{head_title|e('html')}} </h1>
<pre>
{{ pad_content|e('html') }}
</pre>
<p><a href="/">Créer un nouveau Pad</a></p>
</body>
</html>