A website built in Common Lisp using Caveman2 as its framework. It is based on a collection of tutorials written by hyotang666. Those tutorials are based on chapters from the book 'Basic Ruby on Rails'. hyotang666 ported the Ruby code to Common Lisp.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 lines
335 B

<!-- The use of 'format' here uses the same 'formatting options' you
use in Common Lisp.
This view produces a single double quote. This is apparently a bug (in
djula) which is alluded to in the tutorial. So, you will get something
like "127767944 instead of "127767944". -->
<p>Step 13 | Population: {{population | format: "~D"}}</p>