Skip to content

Instantly share code, notes, and snippets.

@mattleff
Last active August 29, 2015 14:02
Show Gist options
  • Save mattleff/6f7db9c33e752ab99a4d to your computer and use it in GitHub Desktop.
Save mattleff/6f7db9c33e752ab99a4d to your computer and use it in GitHub Desktop.
The pseudo-base_layout for SU themes
<!DOCTYPE HTML>
<html lang="en-US" class="{{ namespace_classes }}">
<head>{% block head %}
{% if title %}<title>{{ title }}</title>{% endif %}
{# A bunch of system head tags... #}
{% block theme_head endblock %}
{% endblock head %}</head>
{% block theme_body endblock %}
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment