# Table of Contents 1. [Cl-Sbt](#orge21ad75) 1. [Usage](#org8607bc4) 1. [Defining a Card](#org68a0ecb) 2. [Defining a Dropdown](#org01301e2) 2. [Installation](#orgad68576) 3. [Author](#org941d120) 4. [Copyright](#orgd118731) # Cl-Sbt Common Lisp Spinneret Bootstrap Templates ## Usage ### Defining a Card The following code demonstrates how to define a card using the card macro. (cl-sbt-card:card (cl-sbt-card:body (cl-sbt-card:title "Card title") (cl-sbt-card:subtitle "Card subtitle") (cl-sbt-card:text "Some quick example text to build on the card title and make up the bulk of the card's content.") (cl-sbt-card:link (:href "#") "Card link")))
Some quick example text to build on the card title and make up the bulk of the card's content. Card link
Some quick example text to build on the card title and make up the bulk of the card's content. Card link