Skip to content

Instantly share code, notes, and snippets.

@joanteixi
Created November 10, 2013 23:59
Show Gist options
  • Save joanteixi/7405587 to your computer and use it in GitHub Desktop.
Save joanteixi/7405587 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>{% block title %}Nemmi{% endblock %}</title>
{% block stylesheets %}{% endblock %}
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
</head>
<body>
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment