I have a number of kirbytags I need to create. An example is one that outputs the following:
<p class="full-width">
<img src="http://localhost/content/2-articles/7-walking/ice.jpg" alt="some alt text">
</p>
How do I do it? Do I copy the image tag from kirby/exensions/tags, put it in site/tags in a file called fwimage.php then modify that file?
Thanks