mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-05 09:32:02 +00:00
2.4 KiB
Vendored
2.4 KiB
Vendored
%html
%head
%title Test Title
%body
%navigation
= render :partial => "navigation_top"
%h1= page.title
%p
Here is a point to emphasize:
%strong.highlighted#search_item_found= item1.text
%span{:class => "fancy", :id => "fancy1"}= item2.text
.special= special.text
%ol
%li First
%li Second
%head
%title Test Title
%body
%navigation
= render :partial => "navigation_top"
%h1= page.title
%p
Here is a point to emphasize:
%strong.highlighted#search_item_found= item1.text
%span{:class => "fancy", :id => "fancy1"}= item2.text
.special= special.text
%ol
%li First
%li Second