14 lines
316 B
Text
14 lines
316 B
Text
!!! XML
|
|
%html
|
|
%body
|
|
%h1.jumbo{:id=>"a", :style=>'font-weight: normal', :title=>title} highlight.js
|
|
/html comment
|
|
-# ignore this line
|
|
%ul(style='margin: 0')
|
|
-items.each do |i|
|
|
%i= i
|
|
= variable
|
|
=variable2
|
|
~ variable3
|
|
~variable4
|
|
The current year is #{DataTime.now.year}.
|