You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classic-ui/views.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,25 @@ myst:
11
11
12
12
# Views
13
13
14
-
`Views` are the basic elements of modern Python web frameworks. A view runs code to setup Python variables for a rendering template.The output is not limited to HTML pages and snippets, but may contain {term}`JSON`, file download payloads, or other data formats.
14
+
`Views` are the basic elements of modern Python web frameworks.
15
+
A view runs code to setup Python variables for a rendering template.
16
+
The output is not limited to HTML pages and snippets, but may contain {term}`JSON`, file download payloads, or other data formats.
15
17
16
18
Views are usually a combination of:
17
19
18
-
- a Python class, which performs the user interface logic setup, and
19
-
- corresponding {ref}`plone:classic-ui-templates-label`, or direct Python string output.
20
+
-a Python class, which performs the user interface logic setup, and
21
+
-corresponding {ref}`plone:classic-ui-templates-label`, or direct Python string output.
0 commit comments