restructure file system

This commit is contained in:
2025-05-25 12:20:02 +02:00
parent b4ac92af79
commit e853bb6a86
28 changed files with 29 additions and 29 deletions

View 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 %}

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common/base.html" %}
{% block content %}
<div class="container mx-auto px-4 py-8">

View File

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "common/base.html" %}
{% block head %}
{{ super() }}