All checks were successful
Run unit tests / copyright_notice (pull_request) Successful in 1m27s
Run unit tests / rubocop (pull_request) Successful in 1m46s
Run unit tests / check-licenses (pull_request) Successful in 1m56s
Run unit tests / unit_tests (pull_request) Successful in 3m14s
Run unit tests / build-static-assets (pull_request) Successful in 40m16s
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
<%# Copyright (C) 2024-2025 LibreWeddingPlanner contributors %>
|
|
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
</head>
|
|
<div id="content">
|
|
<%= yield %>
|
|
</div>
|
|
</body>
|
|
</html> |