Created
December 9, 2011 18:29
-
-
Save silentworks/1452710 to your computer and use it in GitHub Desktop.
Twig and Slim integration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Slim Tasks Project</title> | |
</head> | |
<body> | |
<header> | |
<h1>Slim Tasks Project</h1> | |
</header><!-- /header --> | |
{% block content %}{% endblock %} | |
<footer> | |
<p>For educational purpose only.</p> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment