<%- lang.main.history.title %> ...
<%
items = {
"1": {
"title": "... " + lang.main.history.items[0].title,
"description": lang.main.history.items[0].description
},
"2": {
"title": "... " + lang.main.history.items[1].title,
"description": lang.main.history.items[1].description
},
"3": {
"title": "... " + lang.main.history.items[2].title,
"description": lang.main.history.items[2].description
},
"4": {
"title": "... " + lang.main.history.items[3].title,
"description": lang.main.history.items[3].description
},
"5": {
"title": "... " + lang.main.history.items[4].title,
"description": lang.main.history.items[4].description
},
"6": {
"title": "... " + lang.main.history.items[5].title,
"description": lang.main.history.items[5].description
},
"7": {
"title": "... " + lang.main.history.items[6].title,
"description": lang.main.history.items[6].description
},
"8": {
"title": "... " + lang.main.history.items[7].title,
"description": lang.main.history.items[7].description
},
"9": {
"title": "... " + lang.main.history.items[8].title,
"description": lang.main.history.items[8].description
},
"10": {
"title": "... " + lang.main.history.items[9].title,
"description": lang.main.history.items[9].description
},
"11": {
"title": "... " + lang.main.history.items[10].title,
"description": lang.main.history.items[10].description
},
"12": {
"title": "... " + lang.main.history.items[11].title,
"description": lang.main.history.items[11].description
}
}
%>
<%- items['' + (new Date().getMonth() + 1)].title %>
(<%- items['' + (new Date().getMonth() + 1)].description %>)