{% extends "layout.html" %} {% set title = "Gistfy - Code once, share everywhere." %} {% set description = "Gistify is a simple way to create snippets to share your code with others." %} {% block content %}

Code once, share everywhere.

Gistify is a simple way to create snippets to share your code with others.


Try

Result

Add this snippet to your page
<script type='text/javascript' src=''></script>
And this will be the result
If you want to use with AngularJS and jQuery, please click here.
Well done! Time to share your code.
Oh snap!
{% endblock %} {% block additional_js %} {% if debug %} {% else %} {% endif %} {% endblock %}