{% assign post_count = site.posts|size %}
                {% if site.navigation != 0 and site.navigation == 1 or post_count > 0 %}
                    
                        {% include navigation.html %}
                    
                    
                        {{ content }}
                    
                {% else %}
                    
                        {{ content }}
                    
                {% endif %}
            
            {% if page.disqus == 1 %}
            
              {% if site.navigation == 1 or post_count > 0 %}
                
                
              {% else %}
                
              {% endif %}
            
            {% endif %}
            
                
            
         
        
        {% if site.google_analytics_id != "" %}
        {% include google_analytics.html %}
        {% endif %}