 
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
    <head>
        
        
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
        <base href="" >
        <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
        
        <script src="jquery-2.1.1.min.js"></script>
        
       
        <title>{% block title %}{% endblock %}</title>
      
    </head>
    <body>
        <div class="main-container horizontal-width">
    <div class="header-container horizontal-width">
       
        
        <div class="header-separator-bottom horizontal-width"> 
        </div>
     
    </div>
        
        
         
          
          
   
             <div class="row">
                 <div class="logo"> <img style="width:60px;height: 60px;" src="images/Logo.jpg" alt="Logo"></div>
                 
        
             </div>
            
            
           <div style="margin-left: 112px; border: 2px solid red;">
               <div class="error_image" style="width: 100px; margin-top: 0px;">
                <img style="margin-top: 5px; margin-left: 10px; width: 63px;" src="images/error.png" alt="Logo">
              </div>
             <div id="content" style="margin-top: -64px; margin-left: 85px;font-weight: bold; "> {% block content %}{% endblock %} </div>
           </div>
</div>
</div>
        
        
           
           
           
             
         </div>
       
    </body>
</html>





