Created
March 14, 2020 16:52
-
-
Save RajeshKrSahoo/e61fc1f3d93a0d080919d28556840495 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "layout.html" %} | |
{% block info %} | |
<h2>{{ title|safe }}</h2> | |
{{ posts|safe }} | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment