cms系统的站点模板库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

139 lines
7.2 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{{.Title}}</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="unsafe-url">
<meta name="keywords" content="{{.Keywords}}">
<meta name="description" content="{{.Description}}">
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/dgcolor.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/styles.css"}}" />
<link type="text/css" rel="stylesheet" href="{{staticFile "/css/common.css"}}" />
<link rel="shortcut icon" type="image/png" href="{{replaceImage .Favicon}}" />
</head>
<body
class="page-template page-template-archive-post page-template-archive-post-php page page-id-9816 fw-v2.1.7 multilocation"
id="body">
<div class="navbar-fixed">
<nav class="large">
<div class="nav-wrapper bg-nav">
<div class="navigation-and-logo">
<div class="nav-logo">
<a href="{{.IndexUrl}}"><img src="{{replaceImage .Logo}}" class="attachment-logo size-logo"
sizes="(max-width: 218px) 100vw, 218px" /></a>
</div>
<div class="main-nav-wrapper hide-on-med-and-down">
<div class="menu-primary-navigation-container">
<ul id="menu-primary-navigation" class="main-nav">
<li id="menu-item-9952"
class="menu-item menu-item-type-custom menu-item-object-custom main-menu-item menu-item-even-depth menu-item-depth-0">
<a id="MNML-Home menu-item-9952-anchor"
class="TLPN main-menu-item menu-item-even-depth menu-item-depth-0"
href="{{.IndexUrl}}">{{ lang "home"}}</a>
</li>
{{if .HasAbout }}
<li id="menu-item-9953"
class="menu-item menu-item-type-custom menu-item-object-custom main-menu-item menu-item-even-depth menu-item-depth-0">
<a id="MNML-About-Our-Practice menu-item-9953-anchor"
class="TLPN main-menu-item menu-item-even-depth menu-item-depth-0"
href="{{.AboutUrl}}">{{ lang "about" }}</a>
</li>
{{end}}
{{if .HasContact }}
<li id="menu-item-9954"
class="menu-item menu-item-type-custom menu-item-object-custom main-menu-item menu-item-even-depth menu-item-depth-0">
<a id="MNML-Patient-Information menu-item-9954-anchor"
class="TLPN main-menu-item menu-item-even-depth menu-item-depth-0"
href="{{.ContactUrl}}">{{ lang "contact" }}</a>
</li>
{{end}}
{{if .HasPolicy }}
<li id="menu-item-9955"
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children dropdown main-menu-item menu-item-even-depth menu-item-depth-0">
<a id="MNML-Services menu-item-9955-anchor"
class="TLPN dropdown-button main-menu-item menu-item-even-depth menu-item-depth-0"
href="{{.PolicyUrl}}">{{ lang "policy"}}</a>
</li>
{{end}}
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="wp-pg-tmplt-archive-post">
<section class="inner-topbar bg-primary"></section>
<section class="inner-block bg-body">
<div class="container">
<div class="row">
<div class="col s12 m12 l12 intro-col bg-body">
<h1 class="title center-align">{{lang "policy"}}</h1>
</div>
<div class="col s12 m12 l12 recent-blogs-content">
<section id="content" class="container">
<div>
{{.Policy}}
</div>
</section>
</div>
</div>
</section>
</div>
<footer class="bg-body">
<div class="container">
<div class="row valign-wrapper">
<div class="brand col s12 m12 l6">
<div class="img-wrap">
<img src="{{replaceImage .Logo}}" class="attachment-full size-full"
sizes="(max-width: 400px) 100vw, 400px" />
</div>
</div>
<div class="info col s12 m12 l6">
<div class="row">
<div class="locations-display">
{{$flen := len .Friendship}}
{{if ne $flen 0}}
<div class="multi-location-wrapper">
<p class="address">{{lang "friendship"}}</p>
{{range .Friendship}}
<a href="{{.Url}}">{{.Name}}</a>
{{end}}
</div>
{{end}}
<div class="divider divider-thin"></div>
<div class="multi-location-wrapper">
<p class="address">{{lang "related"}}</p>
{{if .HasAbout }}
<a href="{{.AboutUrl}}">{{lang "about"}}</a>
{{end}}
{{if .HasContact }}
<a href="{{.ContactUrl}}">{{lang "contact"}}</a>
{{end}}
{{if .HasPolicy }}
<a href="{{.PolicyUrl}}">{{lang "policy"}}</a>
{{end}}F
</div>
<div class="divider divider-thin"></div>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>