6 lines
81 B
HTML
6 lines
81 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>It works!</h2>
|
|
{% endblock %}
|