I hope to have a website up and running soon where I have done the following (If you have a better idea, then please let me know)
in layout.html, or in default/index.html {{if request.args==['index'] or request.args==[]: }} # The Main Page <div class="banner"> .....other stuff </div> # Or Things like <div class="row"> <div class="span4"> {{=auth.wiki('whatwedo')}} </div> <div class="span4"> {{=auth.wiki('why')}} </div> <div class="span4"> {{=auth.wiki('wealsodo')}} </div> </div> {{pass}} On Saturday, December 15, 2012 5:00:37 AM UTC+13, Massimo Di Pierro wrote: > > Thanks. Can I use it for the book? > > On Thursday, 13 December 2012 15:15:11 UTC-6, Alan Etkin wrote: >> >> El jueves, 13 de diciembre de 2012 11:42:02 UTC-3, viniciusban escribió: >>> >>> Agree in part, Massimo. >>> >>> This feature is very good. Really! >>> >>> >> I have posted a slice about auth.wiki >> here<http://www.web2pyslices.com/slice/show/1565/wikifying-web2py-apps>. >> It covers a couple of features not documented yet. >> > --