Even as more people move onchain, email remains an important communication channel. This is especially true in the case of end users who are simply trying to achieve a goal (e.g. “get a ticket to attend an event”) and who are less interested in the details of onchain technical mechanisms. This guide will illustrate the key areas of Unlock Labs apps where you’ll use email to stay in contact with your attendees, members, or subscribers as an event organizer or creator.| Unlock Guides
Now we have an ‘index.html’ file, we are going to separate the code from the content. Hugo uses Markdown for this. All content is saved in ‘.md’ (Markdown) files in a ‘content’ directory in the root of your project. Create a Markdown file, called ‘_index.md’, that looks like this: --- title: My first content file --- My first paragraph in Markdown Save the file in the ‘content’ directory. Now change your ‘/layouts/index.| Hugo Codex