hello,
I am trying to have some simple HTML to be used as a placeholder page for
new servers users in a small camping application (basically with using the
main site layout plus the current date and time :) )and I was wondering if
the correct way is to rewrite the whole html using markaby or I should use
the hack

def layout
    text '
.... html inside
where the only ruby code would be Today is  '+Time.now.asctime+' '

or if there is any way that I don't know to have inline templates/use erb ?

thanks a lot !
Best Regards
David
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to