Sha256: bd93da02ad027394f099befb72380328585c27420c808430ffe0cd99f60b2740
Contents?: true
Size: 199 Bytes
Versions: 69
Compression:
Stored size: 199 Bytes
Contents
<!doctype html> <html> <head> </head> <body> <% if is_blog_article? %> <%= current_article.url %> <%= yield %> <% else %> <%= yield %> <% end %> </body> </html>
Version data entries
69 entries across 19 versions & 1 rubygems