I have a double linked list that currently consists of a single node (it's a string with "two" as its data). Now, I want to insert a new node at the front of this list to create a two node list, but I don't know how to make this work.
First, here is the function inside a template file: