Sha256: f023558c6d3a8e9b0f570ea8b3ab152934c98ef628ec4c48a810b5665c46f46b
Contents?: true
Size: 409 Bytes
Versions: 21
Compression:
Stored size: 409 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ page.lang | default: 'en'}}" xml:lang="{{ page.lang | default: 'en'}}" dir="{{ page.dir | default: 'ltr'}}"> <head> {% include head.html %} </head> <body> {% include before.html %} {% include header.html %} {{ content }} {% include footer.html %} {% include enable_checkboxes.html %} {% include after.html %} </body> </html>
Version data entries
21 entries across 21 versions & 1 rubygems