Front website https://natronics.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
680 B

<!DOCTYPE html>
<html lang="en">
<head>
{% include "html_head.liquid" %}
<meta property="og:title" content="natronics.org">
<meta property="og:type" content="article">
<meta property="og:url" content="{{site.base_url}}/{{page.permalink}}">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="{{site.description}}">
<link rel="alternate" type="application/rss+xml" title="natronics.org" href="/rss.xml" />
</head>
<body>
{% include "header.liquid" %}
<article id="main">
<section>
{{ page.content }}
</section>
</article >
{% include "footer.liquid" %}
</body>
</html>