22 lines
487 B
HTML
22 lines
487 B
HTML
---
|
|
# Front matter comment to ensure Jekyll properly reads file.
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
|
|
{% include head.html %}
|
|
|
|
<body class="subPageBody">
|
|
<div class="headerBackground subPageHeaderBackground">
|
|
<div class="container subPageContainer">
|
|
{% include header.html %}
|
|
<article class="page markdown-body">
|
|
{{ content }}
|
|
</article>
|
|
</div>
|
|
{% include appstoreimages.html %}
|
|
</div>
|
|
</body>
|
|
|
|
</html> |