Progress with component handling
This commit is contained in:
8
shimatta_kenkyusho/templates/parts/packages-detail.html
Normal file
8
shimatta_kenkyusho/templates/parts/packages-detail.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
Meow<br>
|
||||
{{package}}
|
||||
</div>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user