From 47ff3a11527c13732bcf18cbe0eca4d2037f3891 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Fri, 1 Jan 2021 23:08:17 +0100 Subject: Support instance templates --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ecaf829..8b6cab5 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,9 @@ Configuration To change settings, modify ``instance/config.py``. For more information on instance configuration, see `the Flask documentation `_. +To customize the home and error pages, simply create a ``templates`` directory +in your instance directory and copy any templates you want to modify there. + If you are running nginx, you should use the ``X-Accel-Redirect`` header. To make it work, include this in your nginx config’s ``server`` block:: -- cgit v1.2.3