</div>
{{ end }}
- {{ partial "footer.html" }}
+ {{ partial "footer.html" . }}
Notice how the project/single.html template uses an additional parameter unique
to this template. This doesn't need to be defined ahead of time. If the key is
</div>
</section>
- {{ partial "footer.html" }}
+ {{ partial "footer.html" . }}
Another example listing the content for each term (ordered by Date):
</div>
</section>
- {{ partial "footer.html" }}
+ {{ partial "footer.html" . }}
## Ordering
</ul>
</div>
</section>
- {{ partial "footer.html" }}
+ {{ partial "footer.html" . }}
### Example terms.html file (ordered by popularity)
</div>
</section>
- {{ partial "footer.html" }}
+ {{ partial "footer.html" . }}