5 lines
89 B
HTML
5 lines
89 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>Components</h1>
|
|
{% endblock content %} |