File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ def quickstart_template(n=0, app_name="myapp"):
129
129
130
130
@liveview (perm = NO_PERM_REQUIRED , base_template = base_template )
131
131
def documentation (request ):
132
+ h2 ("Tutorials" )
133
+ ul (li (a ("Getting Started" , href = begin .reverse ()), " - a walk-through from scratch that gets you up and running" ))
134
+
132
135
h2 ("Documentation" )
133
136
p ("Documentation explaining and showing how Hypergen works." )
134
137
with ul ():
@@ -152,9 +155,6 @@ def documentation(request):
152
155
li (a ("Shoot 'Em Duck" , href = shoot_em_up .reverse ()))
153
156
li (a ("Chat app using websockets" , href = chat .reverse ()), sep = " " )
154
157
155
- h2 ("Tutorials" )
156
- ul (li (a ("Getting Started" , href = begin .reverse ()), " - a walk-through from scratch that gets you up and running" ))
157
-
158
158
h2 ("Other template implementations" )
159
159
with ul ():
160
160
li (a ("Game of life in pure c++ with Cython" , href = gameofcython .reverse ()),
You can’t perform that action at this time.
0 commit comments