HAML test
Erb
code posted
by
Imanel
created at 14 Sep 22:54, updated at 14 Sep 22:54
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
!!!
%html(xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en")
%head
%title BoBlog
%meta(http-equiv="Content-Type" content="text/html; charset=utf-8")
= stylesheet_link_tag 'main'
%body
#header
%h1 BoBlog
%h2 Bob's Blog
#content
- @entries.each do |entry|
.entry
%h3.title= entry.title
%p.date= entry.posted.strftime("%A, %B %d, %Y")
%p.body= entry.body
#footer
%p
All content copyright © Bob
|
520 Bytes in 4 ms with coderay