Add contact app
This commit is contained in:
parent
467f2396ca
commit
875c2c63d5
12 changed files with 43 additions and 2 deletions
9
contact/templates/contact/main.html
Normal file
9
contact/templates/contact/main.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "base_dark.html" %}
|
||||
|
||||
<!-- Title -->
|
||||
{% block title %} Gallery : Contact {% endblock %}
|
||||
|
||||
<!-- Content -->
|
||||
{% block content %}
|
||||
Contact me!
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue