This commit entirely refactors the use of html templates. Instead of inheriting from a shared template, we insert the results into a base template.
5 lines
136 B
HTML
5 lines
136 B
HTML
<div class="pure-u-1">
|
|
<p>
|
|
For more information, see <a href="{{ .SelfRedirect }}">{{ .SelfRedirect }}</a>.
|
|
</p>
|
|
</div>
|