How to format a text in the print mode?

can we format the output while using a print statement?
I am trying to print the value of a variable v1 but i need to to give double lines at the bottom and a single line at the top. I am writing the following code but its not working…please help

| ^{{ v1 }}^

Hi @droy104, welcome to our community! :wave:

You can achieve this by writing a piece of code like this

|__^ Testing 1,2 ^__

Make sure that when you’re formatting a table you always start next to the pipe | symbol.
Here you can find some more information about styling within Silverfin templates: Styling.

Robbe