blob: e7c4e7c694f5f95d86ad45294d8a43c393ebe0cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
:mod:`app.views.main`
=====================
.. py:module:: app.views.main
.. autoapi-nested-parse::
This is the main views module.
You should import all other views into this file rather than individually importing in __init__.py
Module Contents
---------------
Functions
~~~~~~~~~
.. autoapisummary::
app.views.main.index
app.views.main.contact_us
.. function:: index()
The view for the landing page.
.. function:: contact_us()
A simple contact us form with basic validation.
This dummy form has not been linked to any database.
|