Skip to content

Instantly share code, notes, and snippets.

@rahgurung
Created October 26, 2018 16:09
Show Gist options
  • Save rahgurung/b7c1e4374e85fb82f63e3826d49e15b6 to your computer and use it in GitHub Desktop.
Save rahgurung/b7c1e4374e85fb82f63e3826d49e15b6 to your computer and use it in GitHub Desktop.
blogpost 4
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% block javascripts %} {% endblock %}
<title>
{% block title %}{% endblock %}
</title>
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment