GetSimple Support Forum

Full Version: one template different content
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

If I have a template with divs providing, say,

mom: momname
dad: dadname
city: city name

What's the best way to insert the relevant info per page?

I'm looking at the "Components Depending on the Page" page on the wiki, but I'm not sure if it applies. I would think I need some kind of database.
Code:
<person="me">
<mom>Suzie</mom>
<dad>Bill</dad>
<city>Whoville</city>
</person>

What should I do?
The matrix plugin