diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt
index 6bd3058..0a47dc9 100644
a
|
b
|
Required arguments
|
24 | 24 | ------------------ |
25 | 25 | |
26 | 26 | ``template`` |
27 | | The full name of a template to use or sequence of template names. |
| 27 | The full name of a template to use or sequence of template names. If a |
| 28 | sequence is given, the first template that exists will be used. See the |
| 29 | :ref:`template loader documentation <ref-templates-api-the-python-api>` |
| 30 | for more information on how templates are found. |
28 | 31 | |
29 | 32 | Optional arguments |
30 | 33 | ------------------ |