NINS_CODE/bahmniapps/registration/views/layout.html

3 lines
203 B
HTML
Raw Normal View History

2024-12-12 22:37:39 +06:00
<div ng-include src="'views/header.html'" class="reg-header-wrapper header-wrapper"></div>
<div ng-include src="'../common/ui-helper/messages.html'"></div>
<div ui-view="content" class="container"></div>