Basic page setup
- Add bootstrap - Add other pages - (responsive) navbar with links to each page
This commit is contained in:
6
pages/visit.html
Normal file
6
pages/visit.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Visit{% endblock %}
|
||||
{% block visit_active %}active{% endblock %}
|
||||
{% block main %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user