Sha256: 084657ce643924b494713056b8a47c4f5adfba2514e24f6b158052e4c92c0c8b
Contents?: true
Size: 976 Bytes
Versions: 24
Compression:
Stored size: 976 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title }}</title> <link rel="stylesheet" href="/assets/css/style.min.css"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet"> </head> <body class="uikit-body"> <main class="uikit-grid"> {% include navigation/header.html %} {% if page.search %} <header class="uikit-header uikit-header--gradient"> <div class="container"> <h2>What would you like help with today?</h2> {% include lists/suggestion-search.html placeholder="Search (e.g. Make a claim)" %} </div> </header> {% endif %} <div class="container">{{ content }}</div> <footer class="uikit-footer"><div class="container">{{ page.footer }}</div></footer> </main> {% include scripts.html %} </body> </htmL>
Version data entries
24 entries across 24 versions & 1 rubygems