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: 0.9.28
Show newest version


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

        
        
        
        
        
        
    
    
    
    
        {#==========================================
        Header
        ==========================================#}
        {% include "./header.html" %}
        
        {#==========================================
        Body block
        ==========================================#}
        {% block body %}{% endblock %}
    
        {#==========================================
        Footer
        ==========================================#}
        {% include "./footer.html" %}
        
        {#==========================================
        Global js
        ==========================================#}
        
        
        
        
        
        
        
        {#==========================================
        Page specific scripts
        ==========================================#}
        {% block scripts %}{% endblock %}
        
    





© 2015 - 2025 Weber Informatics LLC | Privacy Policy