I'm looking to pull the title of the current page into an img src URL.
For instance:
<title>booth106</title>
<img src="https://mywebsite.com/booth106/images/picture1.jpg">
Is there any code to put in so that as the title changes from page to page, so too will the booth number in the URL automatically. Is there a way to do this within a URL?