macroblog.rs @ bb2323f0be0d5877fe2afe98625ef412f9c83a26

 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>