diff --git a/docs/glossary.txt b/docs/glossary.txt
index c67c522..67a62ca 100644
a
|
b
|
Glossary
|
13 | 13 | See :ref:`topics-db-models`. |
14 | 14 | |
15 | 15 | generic view |
16 | | A higher-order :term:`view` function that abstracts common idioms and patterns |
17 | | found in view development and abstracts them. |
| 16 | A higher-order :term:`view` function that provides an abstract/generic |
| 17 | implementation of a common idiom or pattern found in view development. |
18 | 18 | |
19 | 19 | See :ref:`ref-generic-views`. |
20 | 20 | |
… |
… |
Glossary
|
71 | 71 | the last bit (``spring``) is the slug. |
72 | 72 | |
73 | 73 | template |
74 | | A chunk of text that separates the presentation of a document from its |
75 | | data. |
| 74 | A chunk of text that acts as formatting for representing data. A |
| 75 | template helps to abstract the presentation of data from the data |
| 76 | itself. |
76 | 77 | |
77 | 78 | See :ref:`topics-templates`. |
78 | 79 | |