{% extends "base.html" %}
{% load static %}
{% load handlebars_tags %}
{% block css %}
{% endblock %}
{% block vars %}
Washboard = {{ wb|safe }};
{% endblock %}
{% block js %}
{% handlebars_scripts %}
{% handlebars_template "post" %}
{% handlebars_template "info" %}
{% handlebars_template "text" %}
{% handlebars_template "photo" %}
{% handlebars_template "quote" %}
{% handlebars_template "link" %}
{% handlebars_template "chat" %}
{% handlebars_template "audio" %}
{% handlebars_template "video" %}
{% handlebars_template "answer" %}
{% handlebars_template "postcard" %}
{% handlebars_template "reblog" %}
{% handlebars_template "reply" %}
{% handlebars_template "chooseblog" %}
{% handlebars_template "choosestate" %}
{% handlebars_template "notification" %}
{% handlebars_template "message" %}
{% handlebars_template "empty" %}
{% handlebars_template "blog" %}
{% endblock %}
{% block bottom %}
Initializing...
{% endblock %}