File: D:/MariaDB Data/itpartnership/cms_templates.MYD
� Minimal template�<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- Change lang="en" to the language of your site -->
<head>
<title>{sitename} - {title}</title>
<!-- The sitename is changed in Site Admin/Global settings. {title} is the name of each page -->
{metadata}
<!-- Don't remove this! Metadata is entered in Site Admin/Global settings. -->
{stylesheet}
<!-- This is how all the stylesheets attached to this template are linked to -->
</head>
<body>
<!-- Start Navigation -->
<div style="float: left; width: 25%;">
{menu template='minimal_menu.tpl'}
</div>
<!-- End Navigation -->
<!-- Start Content -->
<div>
<h2>{title}</h2>
{content}
</div>
<!-- End Content -->
</body>
</html>