Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created June 2, 2020 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/28cac139c5d5ee4ea9a0ca1b9782e518 to your computer and use it in GitHub Desktop.
Save uno-de-piera/28cac139c5d5ee4ea9a0ca1b9782e518 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app>
<head>
{% block head %}
<title>{{ title }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% endblock %}
</head>
<body>
{# comment #}
{% block body %}{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment