add page titles

This commit is contained in:
2025-05-20 13:12:50 +03:00
parent 8c7ef09567
commit 7cc16047cb
4 changed files with 31 additions and 1 deletions

View File

@ -2,7 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Porom</title>
<% if page_title then %>
<title>Porom - <%= page_title %></title>
<% else %>
<title>Porom</title>
<% end %>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>