source: CenterRegistry/trunk/templates/center/base.html @ 2807

Last change on this file since 2807 was 2807, checked in by BSanchezRZG, 11 years ago

Update from 12.4.2013

File size: 364 bytes
Line 
1<!DOCTYPE html>
2<html lang="de" >
3
4<head>
5        <title>{% if title %}{{title}}{% else %}CLARIN Center Registry{% endif %}</title>
6       <!--  <link rel="stylesheet" href="/static/css/cr.css"> --> 
7        {% block "extrahead" %}
8        {% endblock %}
9</head>
10
11<body>
12        <h1>{{title}}</h1> 
13        {% block "maincontent" %}
14        {% endblock %}
15</body>
Note: See TracBrowser for help on using the repository browser.