shimatta-kenkyusho/shimatta_kenkyusho/templates/parts/components-detail.html

8 lines
127 B
HTML
Raw Normal View History

2021-11-09 16:35:11 +01:00
{% extends 'base.html' %}
{% block content %}
<div class="container">
Meow
{{component}}
</div>
{% endblock content %}