{% extends '::base.html.twig' %}

{% block content %}
	<h4 style="color: {{ color }};">Hello {{ name }}!</h4>
{% endblock %}
