macroblog.rs @ 0df0a957346e03ff98b65cf797b049b874a3161f

 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>