ConLite/conlite/templates/standard/html5/template.generic_page.html

18 Zeilen
423 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
{META}
<link rel="stylesheet" type="text/css" href="styles/contenido.css">
{CSS}
<script type="text/javascript">
var cSessionId = '{SESSION_ID}';
</script>
</head>
<body style="margin:{MARGIN}px; {EXTRA}">
<div id="wrapp">
{CONTENT}
</div>
{SCRIPTS}
</body>
</html>