8 <title>{% block title %}{% endblock %} (gpodder.net)
</title>
9 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
10 <meta name=
"description" content=
"">
11 <meta name=
"author" content=
"">
14 <link href=
"/media/css/bootstrap.css" rel=
"stylesheet">
15 <style type=
"text/css">
24 <link href=
"/media/css/bootstrap-responsive.css" rel=
"stylesheet">
25 <link href=
"/media/css/font-awesome.css" rel=
"stylesheet">
26 <link rel=
"stylesheet" href=
"/media/screen.css" type=
"text/css" />
28 <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
30 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
33 <!-- Le fav and touch icons -->
34 <link rel=
"shortcut icon" href=
"/favicon.png">
36 {% block head %}{% endblock %}
38 {% if google_analytics_property_id %}
39 {% load googleanalytics %}
40 {{ google_analytics_property_id|google_analytics_async }}
47 <div class=
"container-fluid">
48 <div class=
"row-fluid">
52 {% for message in messages %}
53 <div {% if message.tags %}
class=
"{{ message.tags }}"{% endif %}
>
67 </div><!--/.fluid-container-->
70 ================================================== -->
71 <!-- Placed at the end of the document so the pages load faster -->
72 <script src=
"/media/js/jquery.js"></script>
73 {% block javascript %}{% endblock javascript %}