PHP Classes

File: tests/app/views/stempler/layout/base.dark.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   tests/app/views/stempler/layout/base.dark.php   Download  
File: tests/app/views/stempler/layout/base.dark.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 202 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
    <title>${title|Default title}</title>
    <link rel="stylesheet" href="/styles/welcome.css"/>
</head>
<body class="{{ $bodyClass }}">
    <block:body/>
</body>
</html>