recup code pour mu editor
This commit is contained in:
5
mu_code/templates/greeting.html
Normal file
5
mu_code/templates/greeting.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>Hello!</h1>
|
||||
<p>Hello {{name}}, how are you?</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user