<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>silas</title> <link rel="stylesheet" href="/style.css"/> {% block rss %} <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="rss.xml", trailing_slash=false) }}"> {% endblock %} </head> <body> <section class="section"> <div class="container"> {% block content %} {% endblock %} </div> </section> </body> </html>