4 lines
88 B
HTML
4 lines
88 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<div>Hello, world</div>
|
|
{% endblock %} |