{% match error %}
                {% when Some with (val) %}
                
                    
                {% endmatch %}
            
        {{ val }}
                {% when None %}
                {% match note %}
                {% when Some with (val) %}
                {{ val }}
                {% when None %}
                {% endmatch %}
                found {{ search_results.len() }} results in {{ query_time }} seconds ({{
                    page_rank_time
                    }} was pageranking)
                
                
                        {% if complications.disabled %}
                        
                            
                                
                                    
                                
                                {% when None %}
                                {% endmatch %}
                            
                            {{ wikipedia.description }}
                            {{ wikipedia.extract }}
                        
                        {% when None %}
                        {% endmatch %}
                    
                    
                            complications disabled for this query
                        
                        {% endif %}
                        {% match complications.unit_converter %}
                        {% when Some with (conversion) %}
                        
                            lyphe unit converter
                            {{ conversion.value }} {{ conversion.unit_a }} = {{ conversion.equals }} {{ conversion.unit_b }}
                        
                        {% when None %}
                        {% endmatch %}
                        {% match complications.wikipedia %}
                        {% when Some with (wikipedia) %}
                        
                                    {{ wikipedia.title }}
                                    from wikipedia, the free encyclopedia that anyone can edit
                                
                                {% match wikipedia.image %}
                                {% when Some with (image) %}
                                - 
                        {% for result in search_results %}
                        {% include "ui/search_result.html" %}
                        {% endfor %}
                    
 
- 
                        {% for (url, reason) in blocked %}
                        
 - "{{ url }}" because "{{ reason }}" {% endfor %}