Files
bidouilles/mu_code/templates/greeting.html

6 lines
113 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Hello!</h1>
<p>Hello {{name}}, how are you?</p>
{% endblock %}