Skip to content

Instantly share code, notes, and snippets.

@silentworks
Created December 9, 2011 18:29
Show Gist options
  • Save silentworks/1452710 to your computer and use it in GitHub Desktop.
Save silentworks/1452710 to your computer and use it in GitHub Desktop.
Twig and Slim integration
<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