macroblog.rs @ a16e8a21bb83325f8e40c13ef2d052393e2f6489

 1<!DOCTYPE html>
 2<html data-theme="light" lang="en">
 3<head>
 4  <% include!("head.html"); %>
 5</head>
 6<body>
 7<% include!("simple_header.html"); %>
 8<main class="container">
 9  <%- content %>
10</section>
11</main>
12</body>
13</html>