diff --git a/build.py b/build.py
index 0f9eb53..6a9550a 100755
--- a/build.py
+++ b/build.py
@@ -8,6 +8,25 @@ def run(*args):
subprocess.call(args)
+def link(active: str, id: str, text: str) -> str:
+ items = ['{text}')
+ return str().join(items)
+
+
+def nav(active: str) -> str:
+ return f'''\
+
+'''
+
def main():
root = os.path.dirname(os.path.realpath(__file__))
link_gv = os.path.join(root, 'link.gv')
@@ -35,29 +54,13 @@ def main():
-
+{nav('home')}