pluf2

pluf2 Git Source Tree


Root/apps/todos/src/Todo/templates/todo/base.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  <title>Todo Test Application : {$page_title}</title>
</head>
<body>

<h1>{$page_title}</h1>


{block body}{/block}

<p><a href="{url 'Todo_Views::main'}">Home</a></p>

</body>
</html>

Archive Download this file

Branches

Number of commits:
Page rendered in 0.06116s using 11 queries.