使用haml模板:
.row
.col-12
.discount-notice
%ul
%li= t(".info").html_safe
%li= t(".stuff").html_safe
%li= t(".discount").html_safe
%li= t(".cheese").html_safe
%li= t(".fire-sale").html_safe
是否更高效让haml / rails按原样呈现或包装cache
块并从memcached中获取?