From cd9ab8562bfb04508fe03d9ec7f27613c82f8365 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 28 Nov 2013 13:11:07 +0000 Subject: [PATCH] List only the first location's subjects. --- examples/htdocs/mike.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 0614528..f7dbf42 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -56,13 +56,11 @@ Subject - + {{#first location}} + {{#if md-subject}} + {{md-subject}} + {{/if}} + {{/first}} {{/if}} -- 1.7.10.4