Hello
This is going to be a little place for me to write about life and other things that we don't understand. To make this page, I had to add an item to my navigation bar, so I decided to write a system where <component> tags can be replaced with text from a matching component file. This way, only one file has to be modified to include an additional item in the navbar (navigation.component.html) and the change is 'compiled' into the html templates (for instance, blogs.template.html becomes blogs.html after the substitution). I like to think of it as an extension to HTML! It was done using only bash scripting, awk, sed, and other basic commands. Pretty neat!