para { text_node 'ExpressUI uses FullCalendar to display dates.' a(href: 'https://fullcalendar.io/docs/', title: 'FullCalendar documentation') { 'See documentation' } text_node 'and usage guidelines.' } table { thead { th { "Code" } th { "Notes" } } tbody { tr { td { code { "$('.ae-calendar').fullCalendar()" } } td { "Required Javascript. This script initializes the calendar." } } tr { td { code { '
' } } td { "Required mark-up. The Javascript inserts the calendar through this class." } } } } code_demo { %Q{ div(class: 'ae-calendar') } }