scripts and tools to administer the lingy.in public unix / tilde
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
558B

  1. <!DOCTYPE html>
  2. <head>
  3. <title>LAINTILDE0</title>
  4. {% if page_name %}
  5. <link rel="stylesheet" href="{{url_for('static',filename='main_' + page_name + '.css')}}">
  6. {% else %}
  7. <link rel="stylesheet" href="{{url_for('static',filename='main.css')}}">
  8. {% endif %}
  9. </head>
  10. <h1>{{ site_name }}</h1>
  11. <body>
  12. <div class="container">
  13. {%block content%}
  14. {%endblock%}
  15. </div>
  16. </body>
  17. {% if page_name == "home" %}
  18. <div style="min-height: 300px;"></div>
  19. <footer>admin: <a href="email:{{ admin_email }}">{{ admin_email }}</a></footer>
  20. {% endif %}
  21. </html>