Sha256: 5ecb30aecec39f0bb79c05569ea7287c1468522775779f67c9af35c7a38755f9
Contents?: true
Size: 271 Bytes
Versions: 5
Compression:
Stored size: 271 Bytes
Contents
<!doctype html> <html> <head> </head> <body> <% if is_blog_article? %> URL: <%= current_article.url %> Category: <%= current_article.metadata[:page]['category'] %> <%= yield %> <% else %> <%= yield %> <% end %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems