Sha256: be4cff811ef1276d0ffe92eb1a371c81005ac5a1a83ab028d741dda8c795f4b9
Contents?: true
Size: 887 Bytes
Versions: 1
Compression:
Stored size: 887 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 %} <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> <div class="container">{{ content }}</div> <footer class="uikit-footer"><div class="container">{{ page.footer }}</div></footer> </main> </body> </htmL>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dta_rapid-1.2.5 | _layouts/homepage.html |