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

8 lines
127 B
HTML

{% extends 'base.html' %}
{% block content %}
<div class="container">
Meow
{{component}}
</div>
{% endblock content %}