File size: 156 Bytes
fcd00ef
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
{% extends 'dashboard.twig' %}

{% block content %}
    <strong>Hello world!</strong>
    <br/>

    The answer to life is {{ answerToLife }}
{% endblock %}