zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

base.html (265B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 
      4 <head>
      5     <meta charset="utf-8">
      6     <title>MyBlog</title>
      7 </head>
      8 
      9 <body>
     10     <section class="section">
     11         <div class="container">
     12             {% block content %} {% endblock %}
     13         </div>
     14     </section>
     15 </body>
     16 
     17 </html>