21 lines
599 B
Plaintext
21 lines
599 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href="${themeUrl}/styles/librecms.css" rel="stylesheet" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Default Template</title>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<p>This theme works.</p>
|
|
<dl>
|
|
<dt>application</dt>
|
|
<dd>${application}</dd>
|
|
<dt>themeUrl</dt>
|
|
<dd>${themeUrl}</dd>
|
|
<dt>view</dt>
|
|
<dd>${view!""}</dd>
|
|
</dl>
|
|
</div>
|
|
</body>
|
|
</html> |