Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template-custom.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 547353af645a002e5f840d6d954ba3a08b290d62 (plain)
1
2
3
4
5
6
7
8
<?php
/*
Template Name: Custom Template
*/
?>

<?php get_template_part('templates/page', 'header'); ?>
<?php get_template_part('templates/content', 'page'); ?>