I'm trying to figure out how to use a variable in the id attribute within an HTML tag. This became an issue for me when I was setting up pagination. Just like the example shown in the image, I need the value of id="page-box-i+1" to have a number instead of a string for the i+1 part. For instance, if i equals 2, I want it to be id="page-box-3". Is there a way to solve this? This is being done in a vue.js & ejs file.