* Cl-Sbt Common Lisp Spinneret Bootstrap Templates ** Usage *** Defining a Card The following code demonstrates how to define a card using the card macro. #+begin_src lisp :results output :exports both (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"))) #+end_src #+RESULTS: #+begin_example
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