blob: cb30c695547d2f15913c7e3168bddd53f398670a (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | extends /layout-ham.pug
block prepend menu
	- var page = ''
block subtitle
	| Home
block subtitleExtra
block page
	p.
		This is a collection of some Ham radio related projects of mine.
		Perhaps it will be larger than this one day.
	p.
		I look forward to meeting you on the band soon.
 |