#!/usr/local/bin/haserl
Content-Type: text/html
<% for a in Red Blue Yellow Cyan; do %>
"><% echo -n "$a" %> |
<% done %>
<%# Looping with dynamic output
Sends a mime-type "text/html" document to the client, with an
html table of with elements labeled with the background color. %>