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

Welcome to vending

Time to start building your site!

Learn more »

{{content|safe}}

OK, the Vending machine plan

What this project is about is the Vending Machine code kata. Just at this point, I've added the whole of a luminusweb default template to it, but I haven't done much with it. In due course this page will be replaced with a graphical representation of a heath-robinson vending machine, with buttons allowing coins to be inserted, and items to be selected.

I intend that the page should be interactive, with the vending machine responding graphically to what the user does on the buttons. The logic will almost certainly be server-side at first, but possibly later I'll move it client-side using ClojureScript.

At this stage in the project this page uses the Selmer templating system; later I intend that it should use Enlive.

{% for button in buttons %} {% endfor %}
Tendered coins
Teacakes Caramel wafers Snowballs Merks Placks Bawbees Bodles
Output Change
{% endblock %}