added path to _utilFns to all api templates so that mixins become avail

This commit is contained in:
Jay Traband 2015-09-17 18:09:41 -07:00
parent f6b89d6202
commit e3d525cf2a
4 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
{% extends 'layout/base.template.html' -%}
{% block body %}
include ../../_util-fns
p.location-badge.
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
defined in {$ githubViewLink(doc) $}

View File

@ -3,6 +3,7 @@
{% extends 'layout/base.template.html' -%}
{% block body %}
include ../../_util-fns
.l-main-section
h2(class="function export") {$ doc.name $}

View File

@ -1,6 +1,7 @@
{% include "lib/githubLinks.html" -%}
{% extends 'layout/base.template.html' -%}
{% block body -%}
include ../../_util-fns
p.location-badge.
defined in {$ githubViewLink(doc) $}

View File

@ -2,6 +2,7 @@
{% extends 'layout/base.template.html' %}
{% block body %}
include ../../_util-fns
.l-main-section
p.location-badge.
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }