base template extension
This commit is contained in:
4
products/templates/products/home.html
Normal file
4
products/templates/products/home.html
Normal file
@ -0,0 +1,4 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
HI
|
||||
{% endblock %}
|
Reference in New Issue
Block a user