All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.layout.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version


    
        
        
        Spincast - {% block meta_title %}Java web framework{% endblock %}
        
        
        
        

        {#==========================================
        TimeZone Cookie script.
        Set early since we use "true" so the page
        is quickly reloaded the first time the cookie 
        is set!
        ==========================================#}
        {{ timeZoneCookie(true) }}

        
        
        
        
        
        
    
    
    
    
        {#==========================================
        Header
        ==========================================#}
        {% include "./header.html" %}
        
        {#==========================================
        Body block
        ==========================================#}
        {% block body %}{% endblock %}
    
        {#==========================================
        Footer
        ==========================================#}
        {% include "./footer.html" %}
        
        {#==========================================
        Global js
        ==========================================#}
        
        
        
        
        
        
        
        
            
        {#==========================================
        Page specific scripts
        ==========================================#}
        {% block scripts %}{% endblock %}
        
        {#==========================================
        Alerts
        ==========================================#}
        {% if spincast.alerts is not empty | default(false) %}
             
        {% endif %}
        
        {#==========================================
        Google Analytics
        ==========================================#}
        
        
        
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy