File: %40layout.latte

package info (click to toggle)
php-nette 2.4-20160731-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,208 kB
  • ctags: 7,552
  • sloc: php: 31,410; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>{block title|stripHtml|trim}Homepage{/block} | Nette Framework Micro-blog example</title>
	<link rel="stylesheet" media="screen" href="{$basePath}/style.css" />
</head>

<body>
	<h1>My Blog</h1>

	{include content}

	<p class="footer">This is a <a href="https://nette.org">Nette Framework</a> example.</p>
</body>
</html>