{% 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 %} {% if notice %}

{{notice}}

{% endif %} {% include "shared/errors.html" %} {% for article in articles %}

{{article.title}}

{{article.body | truncatechars:80}} More

{% endfor %} {% for blog in blogs %} {% endfor %} {% if alert %}

{{alert}}

{% endif %} {% endblock %}