Sha256: befa18930da22c1d3c4297390b1960df2364d34d1b3dd0748ab913e83ea5752a
Contents?: true
Size: 296 Bytes
Versions: 4
Compression:
Stored size: 296 Bytes
Contents
<!doctype html> <html> <head> <title>Blog sources no title app</title> </head> <body> <% if is_blog_article? %> <%= yield %> <%= current_article.url %> <% else %> <%= yield %> <% end %> </body> </html>
Version data entries
4 entries across 2 versions & 1 rubygems