How to access the console out of templater script?

Thank you for your quick response!

…Perhaps I should have formulated my questions more clearly. I outlined my use case for the templater script in this forum post:

My question mainly focuses on how to view the console output in the terminal…

Let’s consider this simple example: I have a note titled “templater test” containing only one line of code:

<%* console.log("hello world") %>

Then, I execute this templater script titled “templater test” within another note using the command “Open insert template modal.”

Where and how can I see the console output of “hello world”? I’ve only been able to see this (apologies, as I don’t have much experience using these development tools):
image