{% extends 'base.html' %} {% block title %}{{article.title}} | Samrat Man Singh{% endblock %} {% block main_section %}

{{article.locale_date}}

{{article.title}}

{% include "twitter.html" %} Vote on HN {% include "hacker_news.html" %}
{{article.content}}

If you liked this post, you should follow me on Twitter.


{% endblock %}