presscodes/maera

View on GitHub
views/404.twig

Summary

Maintainability
Test Coverage
{#<?php#}
{% extends "main.twig" %}

{% block content %}
    {{ fn( 'esc_html__' , 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'maera' ) }}
    {{ function('get_search_form', false) }}
{% endblock %}