8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
| {% extends 'layout.html' %}
|
||
|
|
||
|
| {% block body %}
|
||
|
.row.py-2
|
||
|
.col.text-center
|
||
|
h1 Design System goes here
|
||
|
| {% endblock %}
|