mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 19:06:41 +03:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title><g:layoutTitle default="Translations overview" /></title>
|
|
<r:layoutResources/>
|
|
</head>
|
|
<g:layoutBody />
|
|
<r:layoutResources/>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |