Sha256: d3e829f683f95eaa6eb7d815833d4ca6ebd5f4736bd5c548d73c4cc3edcfd14d
Contents?: true
Size: 271 Bytes
Versions: 5
Compression:
Stored size: 271 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title><%= @title %></title> </head> <body> <article> <p class="when"><%= @created_at %></p> <h1><%= @title %> <div class="article-body"> <%= @content %> </div> </article> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems