29 lines
470 B
HTML
Executable file
29 lines
470 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>{SITE_NAME}</title>
|
|
<link rel="stylesheet" type="text/css" href="http://{SITE_DOMAIN}/ewfm_theme/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="head">
|
|
<div class="pad">
|
|
<h1>{PAGE_TITLE}</h1>
|
|
{DIRECTORY_A}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br/><br/>
|
|
<br/><br/>
|
|
|
|
<div class="column">
|
|
<div class="pad">
|
|
{PAGE_CONTENT}
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|