We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6366eff commit 0743da1Copy full SHA for 0743da1
CONTRIBUTING.md
@@ -72,8 +72,6 @@ class About(Page):
72
73
```
74
75
-```
76
-
77
The `@app.page` tells Render Engine that we're build a single page vs a collection of pages.
78
79
The `class About(Page):` tells us about the Page object. Attributes will pass information on render engine and the jinja template that will be loaded
0 commit comments