The communications platform that puts data protection first.
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.
 
 
 
 
 
Rocket.Chat/client/views/app/home.html

13 lines
272 B

<template name="home">
<section class="page-container page-home page-static">
<header class="fixed-title">
{{> burger}}
<h2>
<span class="room-title">{{title}}</span>
</h2>
</header>
<div class="content">
{{{body}}}
</div>
</section>
</template>