Contains the Concourse pipeline definition for building a line-server container
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.

12 lines
157 B

9 years ago
  1. <html>
  2. <head>
  3. <title>{% block title %}{{ sitename }}{% endblock %}</title>
  4. </head>
  5. <body>
  6. <div>
  7. {% block content %}{% endblock %}
  8. </div>
  9. </body>
  10. </html>