11 lines
145 B
HTML
Executable file
11 lines
145 B
HTML
Executable file
{% extends "bases/bootstrap-visitor.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="container">
|
|
A fancy contact form here.
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|