Skip to content

Instantly share code, notes, and snippets.

@ger86
Created November 7, 2018 07:46
Show Gist options
  • Save ger86/2facf247909910d0c04e79a9b7278cd1 to your computer and use it in GitHub Desktop.
Save ger86/2facf247909910d0c04e79a9b7278cd1 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{ absolute_url(asset(' ')) }}">
{% block stylesheets %}{% endblock %}
<title>Title</title>
</head>
<body>
<div class="container main-container">
{% block body %}{% endblock %}
</div>
{% block javascripts %}{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment