<%- include("../components/header.ejs") %>
<% statuses.forEach((status) => { %>

<%= status.title %>

<%= status.description %>

<%= status.when.month %> <%= status.when.year %>

<% }) %>

abtmtr.link is a domain for all kinds of services, from web search to live-streaming.

<%- include("../components/about-boxes.ejs") %>
<%- include("../components/footer.ejs") %>