2014-07-28 12:34:18 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2014-07-29 13:36:54 +03:00
|
|
|
<head>
|
|
|
|
<title>Clarion</title>
|
|
|
|
<%= stylesheet_link_tag 'application' %>
|
|
|
|
<%= stylesheet_link_tag 'http://openfest.org/wp-content/themes/thematic-openfest/style.css' %>
|
|
|
|
<%= csrf_meta_tags %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="wrapper" class="hfeed">
|
|
|
|
<header id="header">
|
|
|
|
<div id="branding">
|
|
|
|
<div id="blog-title">
|
|
|
|
<span>
|
|
|
|
<a href="http://openfest.org/" title="OpenFest" rel="home">
|
|
|
|
<img src="//openfest.org/images/logo-header.png" alt="OpenFest" />
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<h1 id="blog-description">да споделим свободата</h1>
|
|
|
|
</div><!-- #branding -->
|
2014-07-28 12:34:18 +03:00
|
|
|
|
2014-07-29 13:36:54 +03:00
|
|
|
<div id="access">
|
|
|
|
<%= render partial: '/layouts/nav' %>
|
|
|
|
</div><!-- #access -->
|
|
|
|
</header>
|
2014-07-28 12:34:18 +03:00
|
|
|
|
2014-07-29 13:36:54 +03:00
|
|
|
<div id="main">
|
2014-08-31 13:08:14 +03:00
|
|
|
<%= render('/shared/flash_messages') unless flash.empty? %>
|
2014-07-29 13:36:54 +03:00
|
|
|
<%= yield %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<%= javascript_include_tag 'application' %>
|
|
|
|
</body>
|
2014-07-28 12:34:18 +03:00
|
|
|
</html>
|