{% extends "templates/base.html" %} {% block content %}

Welcome to {{name}}

Time to start building your site!

Learn more »

#%content|safe%#

Please run lein cljsbuild auto dev to start the ClojureScript compiler.

See ClojureScript documentation for further details.

{% endblock %} {% block page-scripts %} {% if dev %} {% else %} {% endif %} {% endblock %}