{% extends "layouts/app.html" %} {% comment "Set title using title function." %} {%block title %}{% lisp (title! "Bitchin!") %}{% endblock %} {% endcomment %} {% block title %}Rails to Caveman2 Demo.{% endblock %} {% block content %}

{{ message }}

{% for b in numbers %}
  • Blog Header
  • {% endfor %} {% if alert %}

    {{alert}}

    {% endif %} {% endblock %}