Skip to content

Instantly share code, notes, and snippets.

@rahgurung
Created October 26, 2018 16:07
Show Gist options
  • Save rahgurung/3e5a79ee92685633d9a216f062cdf5c4 to your computer and use it in GitHub Desktop.
Save rahgurung/3e5a79ee92685633d9a216f062cdf5c4 to your computer and use it in GitHub Desktop.
blog post 3
{% extends "layout.html" %}
{% block title %}
Hello !
{% endblock %}
{% block head %}
{% endblock %}
{% block body %}
<h2> Hello, This is my First Web App. </h2>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment