Files
laatzen/LaaProductionWeb/LaaProduction.Web/Views/Shared/_PrintLayout.cshtml
T

16 lines
363 B
Plaintext

<!DOCTYPE html>
<html>
<head>
@Styles.Render("~/bootstrap_css")
@Styles.Render("~/bootstrap_icons")
@Styles.Render("~/styles_css")
</head>
<body>
@this.RenderBody()
@Scripts.Render("~/bootstrap_js")
@Scripts.Render("~/barcodes_js")
@Scripts.Render("~/scripts_js")
@this.RenderSection("scripts", required: false)
</body>
</html>