hlfw.ca

webbing

ref: fcf082d8955ce3b86e8a7c4742100d8e33c1a1e5
dir: /index.tpl/

View raw version
{{define "content"}}
	  <main>
	    <section>
	      <h2>{{.whoWeAre}}</h2> 
	      <p>{{.aboutUs}}</p>
            </section>
	    <section>
	      <h2>{{.secondOpinions}}</h2>
	      <p>{{.fromHome}}</p>
	    </section>
	    <section>
	      <h2>{{.anonymity}}</h2>
	      <p>{{.anonText}}</p>
	    </section>
	    <section>
	      <h2>{{.wholeWorld}}</h2>
	      <p>{{.wholeWorldText}}</p>
	    </section>
	    <section>
	      <h2>{{.payment}}</h2>
	      <p>{{.paymentText}}</p>
	    </section>
	  </main>
{{end}}