I created a new string resource in the admin tool. How can I call it in the template.ascx file? I tried:

<div> (!myStringResource!) </div>

and

<div> (!StringResource...