{% load static %} {% block title %}GOSTCoin Web Wallet{% endblock %} {% include 'wallet/navigation.html' %}
{% if messages %} {% for message in messages %} {{ message }}

{% endfor %} {% endif %}
{% block content %}

Hello world! This is HTML5 Boilerplate.

{% endblock %}