<!doctype html> <html> <head> <meta charset="utf-8"> <title>{{ page.title }} - cargs</title> <meta name="description" content="{{ page.description }}" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet"> <link href="{{ site.baseurl }}/assets/css/default.css?v2" rel="stylesheet" type="text/css"> <link href="{{ site.baseurl }}/assets/css/monakai.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="{{ site.baseurl }}/assets/img/favicon.png"> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-127837944-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-127837944-1'); </script> </head> <body> <header> <div class="inner"> <a href="{{ site.baseurl }}{% link index.md %}" class="logo">cargs</a> <nav> <a href="{{ site.baseurl }}{% link build.md %}">build</a> <a href="{{ site.baseurl }}{% link embed.md %}">embed</a> <a href="{{ site.baseurl }}{% link reference/index.md %}">reference</a> </nav> </div> </header> <div class="main"> <div class="content"> <h1>{{ page.title }}</h1> {{ content }} </div> </div> </body> <footer> find this repository on <a href="https://github.com/likle/cargs/tree/master">github</a> </footer> </html>