Dear All,

I'm developing a website for introduction of something. In this case
there is quite a lot of static contents (img+text) spreading over
several pages, like:

Home
    |-----Introduction 1
    |            |-----page 1
    |            |-----page 2
    |            |-----....
    |-----Introduction 2
    |            |-----...
    ...

I would like to know what is the best practice to show these static
pages? Based on my understanding of web2py using MVC, the solution I
come up with is to create a function for each "click" or page. But the
will end up having many functions doing almost nothing but only to
trigger the view and present these static pages. So I would like to
know if there is better practice to handle this.

Any suggestion is welcome.

Spring

Reply via email to