restructure file system
This commit is contained in:
8
templates/contacts/contacts.html
Normal file
8
templates/contacts/contacts.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Contacts - DocuPulse{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Contacts</h2>
|
||||
<p class="text-muted">Your contacts will appear here.</p>
|
||||
{% endblock %}
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
|
||||
Reference in New Issue
Block a user