19 lines
364 B
HTML
19 lines
364 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
|
|
<title>{{data.name}}Love</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>{{data.name}}</h1>
|
|
<div id="love-list">
|
|
<use :for="item in data.love" from="./mod1" name="love-item" data="item"/>
|
|
${afdfs}
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |